From a260059c7fc39f9c4de46fcbf0a60b0453aa2c37 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Nov 2010 22:39:20 -0500 Subject: [PATCH] Fix doc formatting --- gtk/gtkstylecontext.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 7081e18e0a..48429c7065 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -72,7 +72,9 @@ * * For simple widgets where state changes affect the whole widget area, * calling gtk_style_context_notify_state_change() with a %NULL region - * is sufficient. + * is sufficient to trigger the transition animation. And GTK+ already + * does that when gtk_widget_set_state() or gtk_widget_set_state_flags() + * are called. * * * If a widget needs to declare several animatable regions (i.e. not @@ -165,7 +167,6 @@ * special value, in this case, the whole widget area will be updated * by the animation. * - * * * * Custom styling in UI libraries and applications -- 2.30.2